throw new RuntimeException("root isn't svg, it's " + svg.getName());
}
width = svg.getFloatAttribute("width");
height = svg.getFloatAttribute("height");
/*
throw new RuntimeException("root isn't svg, it's " + svg.getName());
}
width = parseUnitSize(svg.getStringAttribute("width"));
height = parseUnitSize(svg.getStringAttribute("height"));
/*